ListBox: Document buildable child type placeholder
authorDaniel Boles <dboles.src@gmail.com>
Tue, 18 Jun 2019 20:43:07 +0000 (21:43 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Tue, 18 Jun 2019 20:45:08 +0000 (21:45 +0100)
andyholmes on IRC asked about this and it wasn't documented, so fix that

gtk/gtklistbox.c

index 44743bfdae8cfc962b90c1684a17afebaea11e98..0f3a42a931d0c5327a58e75707f1198d6392cc06 100644 (file)
  *
  * The GtkListBox widget was added in GTK+ 3.10.
  *
+ * # GtkListBox as GtkBuildable
+ *
+ * The GtkListBox implementation of the #GtkBuildable interface supports
+ * setting a child as the placeholder by specifying “placeholder” as the “type”
+ * attribute of a <child> element. See gtk_list_box_set_placeholder() for info.
+ *
  * # CSS nodes
  *
  * |[<!-- language="plain" -->